home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Dogs / Multimedia Dogs v2.0.iso / mac / Extras / Tests / Tests.DXR / 00029.ls < prev    next >
Encoding:
Text File  |  1995-06-10  |  118 b   |  7 lines

  1. on mouseDown
  2.   customButtonBehavior(the clickOn)
  3.   if rollOver(the clickOn) then
  4.     handlePuppetSound()
  5.   end if
  6. end
  7.